home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / Sexy Japan Girl.swf / scripts / frame_2 / PlaceObject2_95_160 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-12-20  |  299b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.getBytesLoaded() == _root.getBytesTotal() && v_loaded == 100)
  3.    {
  4.       _root.gotoAndStop("done");
  5.    }
  6.    else
  7.    {
  8.       v_loaded = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  9.       _root.myBar._xscale = v_loaded;
  10.       v_loaded;
  11.    }
  12. }
  13.